From: Boris Ostrovsky Date: Tue, 24 Mar 2015 08:23:54 +0000 (+0100) Subject: pci: include asm/numa.h in pci.h X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~3537 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=1e54275af681caff0894a50366f27574ab5edca7;p=xen.git pci: include asm/numa.h in pci.h Commit 4fa6b0bacf9c ("pci: stash device's PXM information in struct pci_dev") added node field to xen/include/xen/pci.h. Its type, nodeid_t, is defined in asm/numa.h and we should include this file explicitly in pci.h Reported-by: Julien Grall Signed-off-by: Boris Ostrovsky --- diff --git a/xen/include/xen/pci.h b/xen/include/xen/pci.h index b281790cf5..4377f3e9cc 100644 --- a/xen/include/xen/pci.h +++ b/xen/include/xen/pci.h @@ -14,6 +14,7 @@ #include #include #include +#include #include /*